![]() |
CustomAndroidAPI 1.44
|
Public Member Functions | |
| CustomException (long lErrorCode) | |
| CustomException (long lErrorCode, String strAddErrorDescr) | |
| CustomException (String strMessage) | |
| long | GetErrorCode () |
| String | toString () |
| String | getMessage () |
| String | getAddMessage () |
Static Public Attributes | |
| static final int | ERR_GENERIC = 0 |
| static final int | ERR_WRONGPICTURE = 1 |
| static final int | ERR_WRONGPARAMETERVALUE = 2 |
| static final int | ERR_PRINTERNOTCONNECTED = 3 |
| static final int | ERR_PRINTERCOMMUNICATIONERROR = 4 |
| static final int | ERR_WRONGPRINTERFONT = 5 |
| static final int | ERR_DEVICENOTSUPPORTED = 6 |
| static final int | ERR_DEVICENOTRECOGNIZED = 7 |
| static final int | ERR_INITCOMMUNICATIONERROR = 8 |
| static final int | ERR_UNSUPPORTEDFUNCTION = 9 |
| static final int | ERR_DATABARCODE = 10 |
| static final int | ERR_DATANOTAVAILABLE = 11 |
| static final int | ERR_NATIVE_LIBRARY_NOT_AVAILABLE = 12 |
| static final int | ERR_SMALL_BUFFER = 13 |
Exception class for CustomAndroidAPI
|
inline |
|
inline |
|
inline |
|
inline |
Returns the Additional Error String description
|
inline |
Returns the error code
|
inline |
Returns the String with the error code and its description
|
inline |
Returns the String with the error code and its description
|
static |
Indicates that an Error during the printer of Barcode
|
static |
Indicates that an Error during the get of data from the device
|
static |
Indicates that an Error because this device is not recognized
|
static |
Indicates that an Error because this device is not supported
|
static |
Indicates that an Generic Error
|
static |
Indicates that an Error during the init communication with the printer
|
static |
Indicates that an Error because the external native library is missing
|
static |
Indicates that an Error during the communication with the printer
|
static |
Indicates that the printer isn't connected
|
static |
Indicates a Small buffer error
|
static |
Indicates that this printer do not support this function
|
static |
Indicates that an Error on a parameter value
|
static |
Indicates that an Error on the Picture to print
|
static |
Indicates that an Error on the PrinterFont Class